home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Classicos / Pac Man.swf / scripts / frame_17 / DoAction_7.as < prev    next >
Encoding:
Text File  |  2006-06-13  |  287 b   |  19 lines

  1. d = "0";
  2. while(d < "251")
  3. {
  4.    d += "1";
  5.    px = getProperty("p" add d, _X);
  6.    py = getProperty("p" add d, _Y);
  7.    if(px eq dotx and py eq doty)
  8.    {
  9.       tellTarget("/p" add d)
  10.       {
  11.          gotoAndStop(3);
  12.       }
  13.    }
  14. }
  15. if(pnum eq "250")
  16. {
  17.    gotoAndPlay(7);
  18. }
  19.